Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the (optional) URI describing the generator of the content.
Namespace: Microsoft.Data.OData.Atom
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property Uri As Uri
Get
Set
'Usage
Dim instance As AtomGeneratorMetadata
Dim value As Uri
value = instance.Uri
instance.Uri = value
public Uri Uri { get; set; }
public:
property Uri^ Uri {
Uri^ get ();
void set (Uri^ value);
}
member Uri : Uri with get, set
function get Uri () : Uri
function set Uri (value : Uri)
Property Value
Type: System.Uri
The (optional) URI describing the generator of the content.