Propriété HierarchyMemberPrivilegesCriteria.MemberCode
Gets or sets a member code.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property MemberCode As String
Get
Set
'Utilisation
Dim instance As HierarchyMemberPrivilegesCriteria
Dim value As String
value = instance.MemberCode
instance.MemberCode = value
[DataMemberAttribute]
public string MemberCode { get; set; }
[DataMemberAttribute]
public:
property String^ MemberCode {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member MemberCode : string with get, set
function get MemberCode () : String
function set MemberCode (value : String)
Valeur de propriété
Type : System.String
A string that represents the code.