Propriété AtomLinkMetadata.Length
Obtient ou définit un indicateur à la longueur du contenu retourné par le lien.
Espace de noms : Microsoft.Data.OData.Atom
Assembly : Microsoft.Data.OData (en Microsoft.Data.OData.dll)
Syntaxe
'Déclaration
Public Property Length As Nullable(Of Integer)
Get
Set
'Utilisation
Dim instance As AtomLinkMetadata
Dim value As Nullable(Of Integer)
value = instance.Length
instance.Length = value
public Nullable<int> Length { get; set; }
public:
property Nullable<int> Length {
Nullable<int> get ();
void set (Nullable<int> value);
}
member Length : Nullable<int> with get, set
function get Length () : Nullable<int>
function set Length (value : Nullable<int>)
Valeur de propriété
Type : System.Nullable<Int32>
Indicateur à la longueur du contenu retourné par le lien.