Property Id
Id
Gets or sets an identifier for the view;
public string Id { get; set; }
Property Value
- string
The identifier.
Remarks
The id should be unique across all Views that share a SuperView.
Gets or sets an identifier for the view;
public string Id { get; set; }
The identifier.
The id should be unique across all Views that share a SuperView.