PSMemberInfo.SetMemberName(String) Method
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.
Allows a derived class to set the member name...
protected:
void SetMemberName(System::String ^ name);
protected:
void SetMemberName(Platform::String ^ name);
void SetMemberName(std::wstring const & name);
protected void SetMemberName (string name);
member this.SetMemberName : string -> unit
Protected Sub SetMemberName (name As String)
Parameters
- name
- String