AttributeValueIntegerValues Property |
Gets the values of a multivalued attribute as a collection of 64-bit integer values
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic ReadOnlyCollection<long> IntegerValues { get; }
Public ReadOnly Property IntegerValues As ReadOnlyCollection(Of Long)
Get
public:
property ReadOnlyCollection<long long>^ IntegerValues {
ReadOnlyCollection<long long>^ get ();
}
Property Value
Type:
ReadOnlyCollectionInt64
See Also