Group.DataElementName Property
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.
Gets or sets the name to use for the data element for instances of this group.
public:
property System::String ^ DataElementName { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.DefaultValue("")]
public string DataElementName { get; set; }
[<System.ComponentModel.DefaultValue("")>]
member this.DataElementName : string with get, set
Public Property DataElementName As String
Property Value
The name to use for the data element for instances of this group.
- Attributes