InformationRecord.Tags Property

Definition

The tags associated with this informational record (if any)

public:
 property System::Collections::Generic::List<System::String ^> ^ Tags { System::Collections::Generic::List<System::String ^> ^ get(); };
public System.Collections.Generic.List<string> Tags { get; }
[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.List<string> Tags { get; }
member this.Tags : System.Collections.Generic.List<string>
[<System.Runtime.Serialization.DataMember>]
member this.Tags : System.Collections.Generic.List<string>
Public ReadOnly Property Tags As List(Of String)

Property Value

Attributes

Applies to