NullString.Value 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.
This returns the singleton instance of NullString.
public:
static property System::Management::Automation::Language::NullString ^ Value { System::Management::Automation::Language::NullString ^ get(); };
public static System.Management.Automation.Language.NullString Value { get; }
static member Value : System.Management.Automation.Language.NullString
Public Shared ReadOnly Property Value As NullString