AceRequest 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
AceRequest() |
Initializes a new instance of the AceRequest class. |
AceRequest(Object, Object) |
Initializes a new instance of the AceRequest class. |
AceRequest()
Initializes a new instance of the AceRequest class.
public AceRequest ();
Public Sub New ()
Applies to
AceRequest(Object, Object)
Initializes a new instance of the AceRequest class.
public AceRequest (object data = default, object properties = default);
new Microsoft.Bot.Schema.SharePoint.AceRequest : obj * obj -> Microsoft.Bot.Schema.SharePoint.AceRequest
Public Sub New (Optional data As Object = Nothing, Optional properties As Object = Nothing)
Parameters
- data
- Object
ACE request data.
- properties
- Object
ACE properties data.