Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets and sets the SupportedExtensions property.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
object[] SupportedExtensions { get; set; }
property array<Object^>^ SupportedExtensions {
array<Object^>^ get();
void set(array<Object^>^ value);
}
abstract SupportedExtensions : Object[] with get, set
Property SupportedExtensions As Object()
Property Value
Type: System.Object[]
Returns the SupportedExtensions property.
Implements
IFsrmPipelineModuleDefinition.SupportedExtensions
See Also
IFsrmClassifierModuleDefinition Interface
Microsoft.Storage Namespace
Return to top