EntityMemberAnnotationsGetResponse.Annotations Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The array of annotations to create.
public: System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Annotation ^> ^ Annotations;
[System.ServiceModel.MessageBodyMember(Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", Order=0)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> Annotations;
[<System.ServiceModel.MessageBodyMember(Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", Order=0)>]
val mutable Annotations : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation>
Public Annotations As Collection(Of Annotation)
Field Value
- Attributes