EvaluatorHelper.GetPropertyAndNamespace(String) Method
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.
Return the namespace name of a value
public:
[System::Runtime::CompilerServices::Extension]
static Tuple<System::String ^, System::String ^> ^ GetPropertyAndNamespace(System::String ^ value);
public static Tuple<string,string> GetPropertyAndNamespace (this string value);
static member GetPropertyAndNamespace : string -> string * string
<Extension()>
Public Function GetPropertyAndNamespace (value As String) As Tuple(Of String, String)
Parameters
- value
- String
Value in the form of namespace.value
Returns
Info of namespace and name