[Missing <summary> documentation for "M:TinCan.ILRS.SaveAgentProfile(TinCan.Documents.AgentProfileDocument)"]

Namespace: TinCan
Assembly: TinCan (in TinCan.dll) Version: 0.0.1.0 (0.0.1.0)

Syntax

C#
LRSResponse SaveAgentProfile(
	AgentProfileDocument profile
)
Visual Basic
Function SaveAgentProfile ( 
	profile As AgentProfileDocument
) As LRSResponse
Visual C++
LRSResponse^ SaveAgentProfile(
	AgentProfileDocument^ profile
)
F#
abstract SaveAgentProfile : 
        profile : AgentProfileDocument -> LRSResponse 

Parameters

profile
Type: TinCan.Documents..::..AgentProfileDocument

[Missing <param name="profile"/> documentation for "M:TinCan.ILRS.SaveAgentProfile(TinCan.Documents.AgentProfileDocument)"]

Return Value

Type: LRSResponse

[Missing <returns> documentation for "M:TinCan.ILRS.SaveAgentProfile(TinCan.Documents.AgentProfileDocument)"]

See Also