[Missing <summary> documentation for "P:TinCan.LRSResponses.AgentProfileLRSResponse.content"]
Namespace: TinCan.LRSResponsesAssembly: TinCan (in TinCan.dll) Version: 0.0.1.0 (0.0.1.0)
Syntax
| C# |
|---|
public AgentProfileDocument content { get; set; } |
| Visual Basic |
|---|
Public Property content As AgentProfileDocument
Get
Set |
| Visual C++ |
|---|
public:
property AgentProfileDocument^ content {
AgentProfileDocument^ get ();
void set (AgentProfileDocument^ value);
} |
| F# |
|---|
member content : AgentProfileDocument with get, set
|
Property Value
Type:
AgentProfileDocument
See Also