Click or drag to resize

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
Syntax
public ReadOnlyCollection<byte[]> BinaryValues { get; }

Property Value

Type: ReadOnlyCollectionByte
See Also