 | ChargeDomainDocument Property |
Document which Charge Domain resides.
Namespace: ema3d.Api.V26.Charging.DomainAssembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntaxpublic Document Document { get; set; }Public Property Document As Document
Get
Set
public:
property Document^ Document {
Document^ get ();
void set (Document^ value);
}member Document : Document with get, set
Property Value
Document
Remarks
Modifying this property will automatically update the existing
ChargeDomain
object to the updated
Document's domain.
See Also