Propriété Annotations
Gets or sets an array of annotations to create, represented using the ArrayofAnnotation complex type.
Espace de noms : Microsoft.MasterDataServices.Services.MessageContracts
Assembly : Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)
Syntaxe
'Déclaration
<MessageBodyMemberAttribute> _
Public Property Annotations As Collection(Of Annotation)
Get
Set
'Utilisation
Dim instance As EntityMemberAnnotationsCreateRequest
Dim value As Collection(Of Annotation)
value = instance.Annotations
instance.Annotations = value
[MessageBodyMemberAttribute]
public Collection<Annotation> Annotations { get; set; }
[MessageBodyMemberAttribute]
public:
property Collection<Annotation^>^ Annotations {
Collection<Annotation^>^ get ();
void set (Collection<Annotation^>^ value);
}
[<MessageBodyMemberAttribute>]
member Annotations : Collection<Annotation> with get, set
function get Annotations () : Collection<Annotation>
function set Annotations (value : Collection<Annotation>)
Valeur de propriété
Type : System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'Annotation> ) > ) >
Collection of type Annotation.