Method WithID
WithID(DomBehaviorDefinitionId)
Sets the ID of the Skyline.DataMiner.Net.Apps.DataMinerObjectModel.DomBehaviorDefinition.
public T WithID(DomBehaviorDefinitionId id)
Parameters
id
DomBehaviorDefinitionIdThe ID to set.
Returns
- T
The builder instance.
WithID(Guid)
Sets the ID of the Skyline.DataMiner.Net.Apps.DataMinerObjectModel.DomBehaviorDefinition using a GUID.
public T WithID(Guid id)
Parameters
id
GuidThe GUID to set as the ID.
Returns
- T
The builder instance.