Gets or sets the dotted property. A dotted property allows you to access properties of the object returned by a calling property.
For example, if a property with the attribute (Foo) returns an object with a property Bar, specifying Bar as the dotted property specifies to access Foo.Bar in place of Foo.
Namespace:
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi
Assembly:
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Property DottedProperty As String |
| C# |
|---|
public string DottedProperty { get; set; } |
| Visual C++ |
|---|
public:
property String^ DottedProperty {
String^ get ();
void set (String^ value);
} |
Property Value
The dotted property.