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