HierarchyMemberPrivilegesCriteria.MemberCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Unused.
Specifies the member code.
public:
property System::String ^ MemberCode { System::String ^ get(); void set(System::String ^ value); };
[System.Obsolete("Unused.")]
[System.Runtime.Serialization.DataMember]
public string MemberCode { get; set; }
[<System.Obsolete("Unused.")>]
[<System.Runtime.Serialization.DataMember>]
member this.MemberCode : string with get, set
Public Property MemberCode As String
Property Value
The member code.
- Attributes