|
BuilderElementids_secondary Property
|
Gets the secondary identifiers of the element.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic IEnumerable<string> ids_secondary { get; }
Public ReadOnly Property ids_secondary As IEnumerable(Of String)
Get
public:
property IEnumerable<String^>^ ids_secondary {
IEnumerable<String^>^ get ();
}
member ids_secondary : IEnumerable<string> with get
Property Value
Type:
IEnumerableString
See Also