Class Property
Namespace: PnP.Framework.Utilities.UnitTests.Model
Assembly: PnP.Framework.dll
Syntax
public class Property : Identity
Properties
ParentId
Declaration
public string ParentId { get; set; }
Property Value
|
System.String
|
Methods
CreateMockResponse(Object, BaseAction, String)
Declaration
public override MockResponseEntry CreateMockResponse(object associatedResponse, BaseAction action, string calledUrl)
Parameters
|
System.Object
associatedResponse
|
|
BaseAction
action
|
|
System.String
calledUrl
|
Returns
|
MockResponseEntry
|