Freigeben über


AtomPersonMetadata.Uri-Eigenschaft

Ruft einen der Person zugeordneten IRI ab oder legt ihn fest.

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 AtomPersonMetadata
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)

Eigenschaftswert

Typ: System.Uri
Ein der Person zugeordneter IRI.

Siehe auch

Verweis

AtomPersonMetadata Klasse

Microsoft.Data.OData.Atom-Namespace