NotePropertyData(String, Object) Constructor

Definition

NotePropertyData constructor.

public:
 NotePropertyData(System::String ^ name, System::Object ^ value);
public:
 NotePropertyData(Platform::String ^ name, Platform::Object ^ value);
 NotePropertyData(std::wstring const & name, winrt::Windows::Foundation::IInspectable const & value);
public NotePropertyData (string name, object value);
new System.Management.Automation.Runspaces.NotePropertyData : string * obj -> System.Management.Automation.Runspaces.NotePropertyData
Public Sub New (name As String, value As Object)

Parameters

name
String
value
Object

Applies to