MetadataResultOptions.Attributes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置返回的结果类型 Attribute 。
public:
property Microsoft::MasterDataServices::ResultType Attributes { Microsoft::MasterDataServices::ResultType get(); void set(Microsoft::MasterDataServices::ResultType value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.ResultType Attributes { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Attributes : Microsoft.MasterDataServices.ResultType with get, set
Public Property Attributes As ResultType
属性值
一个新的类型 ResultType实例。 可能的值包括“详细信息”、“标识符”或“无”。
- 属性