[Missing <summary> documentation for "P:TinCan.StatementsQuery.relatedAgents"]
Namespace: TinCanAssembly: TinCan (in TinCan.dll) Version: 0.0.1.0 (0.0.1.0)
Syntax
| C# |
|---|
public Nullable<bool> relatedAgents { get; set; } |
| Visual Basic |
|---|
Public Property relatedAgents As Nullable(Of Boolean)
Get
Set |
| Visual C++ |
|---|
public:
property Nullable<bool> relatedAgents {
Nullable<bool> get ();
void set (Nullable<bool> value);
} |
| F# |
|---|
member relatedAgents : Nullable<bool> with get, set
|
Property Value
Type:
Nullable<(Of <(<'Boolean>)>)>
See Also