Group.Custom 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 the custom data associated with this grouping.
public:
property System::String ^ Custom { System::String ^ get(); };
public string Custom { get; }
member this.Custom : string
Public ReadOnly Property Custom As String
Property Value
A String
value containing the custom data associated with this grouping.