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

See Also