AttributeLogicalNameAttribute(String) Constructor
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.
Initializes a new instance of the AttributeLogicalNameAttribute class
public:
AttributeLogicalNameAttribute(System::String ^ logicalName);
public AttributeLogicalNameAttribute (string logicalName);
new Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute : string -> Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute
Public Sub New (logicalName As String)
Parameters
- logicalName
- String
The logical name of an attribute.