DialogPath.GetPropertyName(String) Method

Definition

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.

Applies to