EnumObject.GetAliasPropertyName(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.
get the property name as it will be aliased in the result set to the user
protected internal string GetAliasPropertyName (string prop);
member this.GetAliasPropertyName : string -> string
Protected Friend Function GetAliasPropertyName (prop As String) As String
Parameters
- prop
- String
property name
Returns
aliased name as it will be returned to the user