Description
The list of meta-data fields whose values will be used to generate the entity label.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property Labels() As System.Array
|
[C#] |
---|
public System.Array Labels {get; set;}
|
[Managed C++] |
---|
public: __property System::Array get_Labels(); public: __property void set_Labels(
System::Array
);
|
[Unmanaged C++] |
---|
public: HRESULT get_Labels(
SAFEARRAY * * ppLabels
);
public: HRESULT put_Labels(
SAFEARRAY * Labels
);
|
[Java] |
---|
public AgSafeArray getLabels();
public void setLabels(
AgSafeArray
);
|
See Also