PropertyConfiguration.Name Property
Gets the name of the property.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public string Name { get; }
public:
property String^ Name {
String^ get();
}
member Name : string with get
Public ReadOnly Property Name As String
Property Value
Type: System.String
See Also
PropertyConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top