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 or sets the string value identifying the category.
Namespace: Microsoft.Data.OData.Atom
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property Term As String
Get
Set
'Usage
Dim instance As AtomCategoryMetadata
Dim value As String
value = instance.Term
instance.Term = value
public string Term { get; set; }
public:
property String^ Term {
String^ get ();
void set (String^ value);
}
member Term : string with get, set
function get Term () : String
function set Term (value : String)
Property Value
Type: System.String
The string value identifying the category.