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

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

ToggleSyntax

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

ToggleRemarks

ToggleSee Also