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

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

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property PropertyDefaultId As Id
C#
Id PropertyDefaultId { get; }
Visual C++
property Id^ PropertyDefaultId {
	Id^ get ();
}
JavaScript
function get_propertyDefaultId();

ToggleRemarks

ToggleSee Also