MemberDefDiscovery Property |
Get and set the discovery attribute
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract string Discovery { get; set; }
Public MustOverride Property Discovery As String
Get
Set
public:
virtual property String^ Discovery {
String^ get () abstract;
void set (String^ value) abstract;
}
abstract Discovery : string with get, set
Property Value
Type:
String
The discovery url.
See Also