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.