resource.objecttypecode Field
Specifies the type of entity (entity name) with which the resource is associated.
Syntax
[Visual Basic .NET]
Public Field objecttypecode As EntityNameReference
[C#]
public EntityNameReference objecttypecode;
[JScript]
public var objecttypecode : EntityNameReference;
Remarks
Represents a field of type EntityNameReference.
The following table contains additional information about this attribute:
Platform required | No |
Application requirement level | System Required |
Valid for create | Yes |
Valid for retrieve | Yes |
Valid for update | Yes |
See Also