PropertyAlias Class
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.
describes how the property names will be aliased
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public class PropertyAlias
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type PropertyAlias = class
Public Class PropertyAlias
- Inheritance
-
PropertyAlias
- Attributes
Constructors
PropertyAlias() |
default constructor |
PropertyAlias(String) |
initialize to use a specified prefix |
PropertyAlias(String[]) |
initialize to use a specifing string for each property the maching is done using the order |
Properties
Aliases |
the alias list to be used |
Kind |
the kind of alias method to be used |
Prefix |
the prefix to be used |