NotePropertyData(String, Object) Constructor
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.
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