.NET Framework Class Library
DBWArm.IsDeniedFeature Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > DBWArm Class > DBWArm Methods >

.NET Framework Class Library
DBWArm.IsDeniedFeature Method

Returns the DBWorks access right state for the assigned feature code.

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Function IsDeniedFeature ( _

 featureCod As String _
As Boolean

C#

public bool IsDeniedFeature(

 string featureCod
)

Visual C++

public:

bool IsDeniedFeature(
 StringfeatureCod
)

JavaScript

function isDeniedFeature(featureCod);

Parameters

featureCod

Type: System.String
See DBWorks help for referende guide of FeatureCod

Return Value

TRUE if it is a denied feature, FALSE otherwise

Remarks

See Also

DBWArm Class

DBWArm Members

MwPDMApi Namespace