FunctionNamespace Property |
Namespace - The namespace where the function resides.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic string Namespace { get; set; }
Public Property Namespace As String
Get
Set
public:
property String^ Namespace {
String^ get ();
void set (String^ value);
}
member Namespace : string with get, set
Property Value
Type:
String
See Also