AliasPropertyData Constructors

Definition

Overloads

AliasPropertyData(String, String)

AliasPropertyData constructor.

AliasPropertyData(String, String, Type)

AliasPropertyData constructor.

AliasPropertyData(String, String)

AliasPropertyData constructor.

public:
 AliasPropertyData(System::String ^ name, System::String ^ referencedMemberName);
public:
 AliasPropertyData(Platform::String ^ name, Platform::String ^ referencedMemberName);
 AliasPropertyData(std::wstring const & name, std::wstring const & referencedMemberName);
public AliasPropertyData (string name, string referencedMemberName);
new System.Management.Automation.Runspaces.AliasPropertyData : string * string -> System.Management.Automation.Runspaces.AliasPropertyData
Public Sub New (name As String, referencedMemberName As String)

Parameters

name
String
referencedMemberName
String

Applies to

AliasPropertyData(String, String, Type)

AliasPropertyData constructor.

public:
 AliasPropertyData(System::String ^ name, System::String ^ referencedMemberName, Type ^ type);
public:
 AliasPropertyData(Platform::String ^ name, Platform::String ^ referencedMemberName, Platform::Type ^ type);
public AliasPropertyData (string name, string referencedMemberName, Type type);
new System.Management.Automation.Runspaces.AliasPropertyData : string * string * Type -> System.Management.Automation.Runspaces.AliasPropertyData
Public Sub New (name As String, referencedMemberName As String, type As Type)

Parameters

name
String
referencedMemberName
String
type
Type

Applies to