DynamicJsonObjectFields Property |
Get the members contained in this object.
Namespace: Rally.RestApi.JsonAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntaxpublic IEnumerable<string> Fields { get; }
Public ReadOnly Property Fields As IEnumerable(Of String)
Get
public:
property IEnumerable<String^>^ Fields {
IEnumerable<String^>^ get ();
}
member Fields : IEnumerable<string> with get
Property Value
Type:
IEnumerableString
See Also