Proprietà AtomPersonMetadata.Uri
Ottiene o imposta un identificatore IRI associato alla persona.
Spazio dei nomi Microsoft.Data.OData.Atom
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Sintassi
'Dichiarazione
Public Property Uri As Uri
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Uri
Identificatore IRI associato alla persona.