AttributeValueBinaryValues Property |
Gets the values of a multivalued attribute as a collection of byte array values
Namespace:
Lithnet.ResourceManagement.Client
Assembly:
Lithnet.ResourceManagement.Client (in Lithnet.ResourceManagement.Client.dll) Version: 1.0.6435.24467
Syntaxpublic ReadOnlyCollection<byte[]> BinaryValues { get; }
Public ReadOnly Property BinaryValues As ReadOnlyCollection(Of Byte())
Get
public:
property ReadOnlyCollection<array<unsigned char>^>^ BinaryValues {
ReadOnlyCollection<array<unsigned char>^>^ get ();
}
Property Value
Type:
ReadOnlyCollectionByte
See Also