|
SampleInfoInstanceState Property
|
Indicates whether the associated instance currently exists.
Namespace:
OpenDDSharp.DDS
Assembly:
OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntaxpublic InstanceStateKind InstanceState { get; }
Public ReadOnly Property InstanceState As InstanceStateKind
Get
public:
property InstanceStateKind InstanceState {
InstanceStateKind get ();
}
member InstanceState : InstanceStateKind with get
Property Value
Type:
InstanceStateKind
See Also