Constructor ProfileDefinition
ProfileDefinition(Guid)
Initializes a new instance of the ProfileDefinition class using the specified GUID.
public ProfileDefinition(Guid g)
Parameters
gGuidThe GUID.
ProfileDefinition()
Initializes a new instance of the ProfileDefinition class.
public ProfileDefinition()
ProfileDefinition(ProfileDefinition)
Initializes a new instance of the ProfileDefinition class using the specified profile definition.
public ProfileDefinition(ProfileDefinition pd)
Parameters
pdProfileDefinitionThe profile definition.