SaveNotificationOptionsMaintainerId Property  | 
  Gets or sets the GUID of the 
Account to notify on failure. The value of Guid.Empty means that the maintainer has not changed.
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "maintainerId", EmitDefaultValue = false)]
public Guid? MaintainerId { get; set; }<DataMemberAttribute(Name := "maintainerId", EmitDefaultValue := false)>
Public Property MaintainerId As Guid?
	Get
	Set
public:
[DataMemberAttribute(Name = L"maintainerId", EmitDefaultValue = false)]
property Nullable<Guid> MaintainerId {
	Nullable<Guid> get ();
	void set (Nullable<Guid> value);
}[<DataMemberAttribute(Name = "maintainerId", EmitDefaultValue = false)>]
member MaintainerId : Nullable<Guid> with get, set
Property Value
Type: 
NullableGuid
See Also