DialogPath.GetPropertyName(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.
Utility function to get just the property name without the memory scope prefix.
public static string GetPropertyName (string property);
static member GetPropertyName : string -> string
Public Shared Function GetPropertyName (property As String) As String
Parameters
- property
- String
memory scope property path.
Returns
name of the property without the prefix.