Description
Name of the instance path used by default for
sourceName and refSourceName when creating IAgCrdn interfaces. Used
when the input sourceName, refSourceName are input as null
strings.
Property type
Read-only property
Syntax
[Visual Basic .NET] |
Public Property SourceNameDefault() As String
|
[C#] |
public string SourceNameDefault {get;}
|
[Managed C++] |
public: __property String __gc ^ get_SourceNameDefault();
|
[Unmanaged C++] |
public: HRESULT get_SourceNameDefault(
BSTR * pRetVal
);
|
[Java] |
public String getSourceNameDefault();
|
See Also