RequiredResource 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
RequiredResource() |
Initializes a new instance of the RequiredResource class. |
RequiredResource(Guid, Guid) |
Initializes a new instance of the RequiredResource class setting the resource and resource specification IDs. |
RequiredResource()
Initializes a new instance of the RequiredResource class.
public:
RequiredResource();
public RequiredResource ();
Public Sub New ()
Applies to
RequiredResource(Guid, Guid)
Initializes a new instance of the RequiredResource class setting the resource and resource specification IDs.
public:
RequiredResource(Guid resourceId, Guid resourceSpecId);
public RequiredResource (Guid resourceId, Guid resourceSpecId);
new Microsoft.Crm.Sdk.Messages.RequiredResource : Guid * Guid -> Microsoft.Crm.Sdk.Messages.RequiredResource
Public Sub New (resourceId As Guid, resourceSpecId As Guid)
Parameters
- resourceId
- Guid
The ID of the required resource.
- resourceSpecId
- Guid
The ID of the required resource specification.