AzureDatabaseReference.Server Property
Namespace: Microsoft.WindowsAzure.Management.HDInsight.Contracts.May2013
Assembly: Microsoft.WindowsAzure.Management.HDInsight.Contracts (in Microsoft.WindowsAzure.Management.HDInsight.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Server As String
Get
Set
'Usage
Dim instance As AzureDatabaseReference
Dim value As String
value = instance.Server
instance.Server = value
[DataMemberAttribute]
public string Server { get; set; }
[DataMemberAttribute]
public:
property String^ Server {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member Server : string with get, set
function get Server () : String
function set Server (value : String)
Property Value
Type: System.String
See Also
Reference
Microsoft.WindowsAzure.Management.HDInsight.Contracts.May2013 Namespace