[This is preliminary documentation and is subject to change.]

Returns the unspecified string in various locale.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static string Unspecified { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property Unspecified As String
Visual C++
public:
static property String^ Unspecified {
	String^ get ();
}

See Also