resourcespec.createdby Field

banner art

Specifies the ID of the user who created the resource specification.

Syntax

[Visual Basic .NET]
Public Field createdby As Lookup
[C#]
public Lookup createdby;
[JScript]
public var createdby : Lookup;

Remarks

The value of this field is set by the system.

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 systemuser

See Also

© 2007 Microsoft Corporation. All rights reserved.