Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property TSMOwnerName As String |
| C# |
|---|
string TSMOwnerName { get; set; } |
| Visual C++ |
|---|
property String^ TSMOwnerName { String^ get (); void set (String^ value); } |
| JavaScript |
|---|
function get_tsmOwnerName(); function set_tsmOwnerName(value); |