Specifies the default value for a property that returns a GUID data type.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property PropertyDefaultId As Id |
C# |
---|
Id PropertyDefaultId { get; set; } |
C++ |
---|
property Id PropertyDefaultId abstract { Id get(); void set(Id value); } |
J# |
---|
/** property */ public Id get_PropertyDefaultId(); /** property */ public void set_PropertyDefaultId(Id value); |
JScript |
---|
public function get PropertyDefaultId() : Id public function set PropertyDefaultId(value : Id); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: GUID
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ