Description
Max value for the access constrain.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Max() As System.Object
|
| [C#] |
|---|
public System.Object Max {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_Max(); public: __property void set_Max(
VARIANT
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Max(
VARIANT * pVal
);
public: HRESULT put_Max(
VARIANT pVal
);
|
| [Java] |
|---|
public AgVariant getMax();
public void setMax(
AgVariant
);
|
| [Python - STK API] |
|---|
@property
def Max(self) -> typing.Any:
@Max.setter
def Max(self, pVal:typing.Any) -> None:
|
See Also