EntityMemberAnnotationsCreateRequest.Annotations Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Especifica las anotaciones.
public:
property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Annotation ^> ^ Annotations { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Annotation ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::Annotation ^> ^ value); };
[System.ServiceModel.MessageBodyMember]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.Annotation> Annotations { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.Annotations : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.Annotation> with get, set
Public Property Annotations As Collection(Of Annotation)
Valor de propiedad
Las anotaciones.
- Atributos