Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring this[
SOTableId TableId,
EnRelationshipToOwner relationship
] { get; set; }
Property DataRight (
TableId As SOTableId,
relationship As EnRelationshipToOwner
) As String
Get
Set
Dim instance As IRole
Dim TableId As SOTableId
Dim relationship As EnRelationshipToOwner
Dim value As String
value = instance.DataRight(TableId, relationship)
instance.DataRight(TableId, relationship) = value
property String^ DataRight[[InAttribute] SOTableId TableId, [InAttribute] EnRelationshipToOwner relationship] {
String^ get ([InAttribute] SOTableId TableId, [InAttribute] EnRelationshipToOwner relationship);
void set ([InAttribute] SOTableId TableId, [InAttribute] EnRelationshipToOwner relationship, String^ value);
}
Parameters
- TableId
- Type: SuperOffice.COM.ApplicationSOTableId
- relationship
- Type: SuperOffice.COM.ApplicationEnRelationshipToOwner
Property Value
Type:
String
See Also