Class RemoveDataObjectToKeyModel
Used to remove a data object.
Inherited Members
Namespace: SKMV3Models
Assembly: Cryptolens.Licensing.CrossPlatform.dll
Syntax
public class RemoveDataObjectToKeyModel : KeyLockModel
Properties
| Improve this Doc View SourceId
The unique object id for the data object. If you set the Name parameter, you can skip the Id parameter.
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
long |
Name
The name of the data object (assuming there are no duplicates).
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |