Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the entity set to which the class belongs.
Namespace: System.Data.Services.Common
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public ReadOnly Property EntitySet As String
Get
'Usage
Dim instance As EntitySetAttribute
Dim value As String
value = instance.EntitySet
public string EntitySet { get; }
public:
property String^ EntitySet {
String^ get ();
}
member EntitySet : string
function get EntitySet () : String
Property Value
Type: System.String
The entity set as string value.