openPDC Historian Help
ServiceContract Property
NamespacesTVA.Historian.ServicesServiceServiceContract

[This is preliminary documentation and is subject to change.]

Gets or sets the contract interface implemented by the web service.
Declaration Syntax
C#Visual BasicVisual C++
public string ServiceContract { get; set; }
Public Property ServiceContract As String
public:
virtual property String^ ServiceContract {
	String^ get () sealed;
	void set (String^ value) sealed;
}
Remarks
This is the FullName of the contract interface implemented by the web service.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe value being assigned is a null or empty string.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.0.0