| LoadRightSessionManagerItem Property |
[Missing <summary> documentation for "P:Activsoft.RightManagement.LoadRightSessionManager.Item(System.String)"]
Namespace: Activsoft.RightManagementAssembly: Activsoft.RightManagement (in Activsoft.RightManagement.dll) Version: 6.0.0.0 (6.0.0.0)
Syntaxpublic string this[
string name
] { get; set; }Public Default Property Item (
name As String
) As String
Get
Set
public:
virtual property String^ default[String^ name] {
String^ get (String^ name) sealed;
void set (String^ name, String^ value) sealed;
}abstract Item : string with get, set
override Item : string with get, set
Parameters
- name
- Type: SystemString
Property Value
Type:
StringImplements
ISessionManagerItemString
See Also