VarFile.IsInline Property
If true, this is an inline VarFile.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
protected virtual bool IsInline { get; }
protected:
property bool IsInline {
virtual bool get();
}
Protected Overridable ReadOnly Property IsInline As Boolean
Property Value
Type: System.Boolean
See Also
VarFile Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top