BRPublishCriteria.MemberType 属性
Gets or sets a member type within the entity of the business rules to be published.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
<DataMemberAttribute> _
Public Property MemberType As BREntityMemberType
Get
Set
用法
Dim instance As BRPublishCriteria
Dim value As BREntityMemberType
value = instance.MemberType
instance.MemberType = value
[DataMemberAttribute]
public BREntityMemberType MemberType { get; set; }
[DataMemberAttribute]
public:
property BREntityMemberType MemberType {
BREntityMemberType get ();
void set (BREntityMemberType value);
}
[<DataMemberAttribute>]
member MemberType : BREntityMemberType with get, set
function get MemberType () : BREntityMemberType
function set MemberType (value : BREntityMemberType)
属性值
类型:Microsoft.MasterDataServices.BREntityMemberType
A new instance of type BREntityMemberType.