resource.organizationid Field
Specifies the ID of the organization with which the resource is associated.
Syntax
[Visual Basic .NET]
Public Field organizationid As Lookup
[C#]
public Lookup organizationid;
[JScript]
public var organizationid : Lookup;
Remarks
Represents a field of type Lookup.
The following table contains additional information about this attribute:
Platform required | No |
Application requirement level | Read only |
Valid for create | No |
Valid for retrieve | Yes |
Valid for update | No |
Related entity | organization |
See Also