GrainClassOptions.ExcludedGrainTypes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of grain classes which are excluded from the silo.
public System.Collections.Generic.List<string> ExcludedGrainTypes { get; }
member this.ExcludedGrainTypes : System.Collections.Generic.List<string>
Public ReadOnly Property ExcludedGrainTypes As List(Of String)