TransactionAnnotationsCreateRequest.Annotations 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定批注。
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)
属性值
批注。
- 属性