OrganizationRequest Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
OrganizationRequest() |
Initializes a new instance of the OrganizationRequest class. |
OrganizationRequest(String) |
Initializes a new instance of the OrganizationRequest class setting the request name parameter. |
OrganizationRequest()
Initializes a new instance of the OrganizationRequest class.
public:
OrganizationRequest();
public OrganizationRequest ();
Public Sub New ()
Applies to
OrganizationRequest(String)
Initializes a new instance of the OrganizationRequest class setting the request name parameter.
public:
OrganizationRequest(System::String ^ requestName);
public OrganizationRequest (string requestName);
new Microsoft.Xrm.Sdk.OrganizationRequest : string -> Microsoft.Xrm.Sdk.OrganizationRequest
Public Sub New (requestName As String)
Parameters
- requestName
- String
The name of the request.