IFsrmProperty.Sources Property
Retrieves the modules and rules that have set the value.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
object[] Sources { get; }
property array<Object^>^ Sources {
array<Object^>^ get();
}
abstract Sources : Object[] with get
ReadOnly Property Sources As Object()
Property Value
Type: System.Object[]
A Object containing a SAFEARRAY of VARIANTS that contains the modules and rules that have set the value. The variant type of each variant to VT_BSTR. Use the bstrVal member to access the source value.
Remarks
The format of the source string is "module_name,rule_name".
See Also
IFsrmProperty Interface
Microsoft.Storage Namespace
Return to top