CompositeTableKey.Segments Property
Gets the ordered Collection<T> of segments making up the composite key.
Namespace: Microsoft.WindowsAzure.Mobile.Service
Assembly: Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)
Syntax
public Collection<string> Segments {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property Collection<String^>^ Segments {
[CompilerGeneratedAttribute]
Collection<String^>^ get();
[CompilerGeneratedAttribute]
private: void set(Collection<String^>^ value);
}
member Segments : Collection<string> with get, private set
Public Property Segments As Collection(Of String)
Get
Private Set
End Property
Property Value
Type: System.Collections.ObjectModel.Collection<String>
See Also
CompositeTableKey Class
Microsoft.WindowsAzure.Mobile.Service Namespace
Return to top