adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / GetExclusionPeriod Method
The name to look for. Matching is case-insensitive. Partial matching is not supported.


In This Topic
    GetExclusionPeriod Method
    In This Topic
    Gets the ExclusionPeriod with the specified name
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    <RequiredVersionAttribute(5, 
       0, 
       0, 
       0)>
    Public Function GetExclusionPeriod( _
       ByVal name As String _
    ) As ExclusionPeriod
    [CanBeNull()]
    [RequiredVersion(5, 
       0, 
       0, 
       0)]
    public ExclusionPeriod GetExclusionPeriod( 
       string name
    )
    [CanBeNull()]
    [RequiredVersion(5, 
       0, 
       0, 
       0)]
    public:
    ExclusionPeriod^ GetExclusionPeriod( 
       String^ name
    ) 

    Parameters

    name
    The name to look for. Matching is case-insensitive. Partial matching is not supported.

    Return Value

    The requested Exclusion Period, or a null reference (Nothing in Visual Basic) if the Exclusion Period does not exist or the caller does not have at least View permission for it.
    See Also