Description
Reference value for the access constraint.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Reference() As String
|
| [C#] |
|---|
public string Reference {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_Reference(); public: __property void set_Reference(
String __gc ^
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Reference(
BSTR * pVal
);
public: HRESULT put_Reference(
BSTR pVal
);
|
| [Java] |
|---|
public String getReference();
public void setReference(
String
);
|
| [Python - STK API] |
|---|
@property
def Reference(self) -> str:
@Reference.setter
def Reference(self, pVal:str) -> None:
|
See Also