Specifies the default value for a property that returns a GUID data type.


Namespace: FileNet.Api.Meta
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property PropertyDefaultId As Id
C#
Id PropertyDefaultId { get; }
C++
property Id PropertyDefaultId abstract  {
    Id get();
}
J#
/** property */
public Id get_PropertyDefaultId();
JScript
public function get PropertyDefaultId() : Id

Remarks

See Also