Class ProfileGroup

Defines a profile group. The ProfileGroup class defines the type of an element as a group in the properties collection of the Sys.Services.ProfileService class. Profile group properties are accessed as subproperties of the related group, as shown in the following ECMAScript (JavaScript) example:

see

{@link http://msdn.microsoft.com/en-us/library/bb310801(v=vs.100).aspx}

Index

Constructor methods

Constructor methods

constructor(): ProfileGroup

Returns

ProfileGroup

constructor(properties: Object): ProfileGroup

Initializes a new instance of the Sys.Services.ProfileGroup class.

Parameters

  • properties: Object
          (Optional) An object that contains the settings for this profile group. This parameter can be null.
    

Returns

ProfileGroup