StateId Property (original) (raw)
Summary
Gets or sets the optional state ID of this object to be used with state rendering engines.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public string StateId { get; set; }
@property (nonatomic, copy, nullable) NSString *stateId;
public String getStateId()
public void setStateId(String id)
public:
property String^ StateId
{
String^ get()
void set(String^ value)
}
Property Value
The optional state ID of this object to be used with state rendering engines. The default value is an empty string.