Description
Name of the access constraint.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property Constraint() As String
|
[C#] |
---|
public string Constraint {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_Constraint(); public: __property void set_Constraint(
String __gc ^
);
|
[Unmanaged C++] |
---|
public: HRESULT get_Constraint(
BSTR * pConstraintName
);
public: HRESULT put_Constraint(
BSTR ConstraintName
);
|
[Java] |
---|
public String getConstraint();
public void setConstraint(
String
);
|
See Also